-
-
Notifications
You must be signed in to change notification settings - Fork 873
Conversation
I have pull requests (minivan/middleman-spellcheck#25 & minivan/middleman-spellcheck#23) in for the changes to middleman-spellcheck. When the changes are merged I will make a pull request to update the gemfile here. |
``` sh | ||
brew install aspell --with-lang-en | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should put in something about Linux and Windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During build, Middleman will require Aspell to look for misspellings. On Macs, it can be installed via Homebrew:
brew install aspell --with-lang-en
On Windows, you can download an installer, but unfortunately it is unmaintained. On Linux, you can install with your distribution's package manager. On all platforms, you can also build the most recent version from source.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I will add some instructions to the README for Linux and Windows.
This looks great, @mwils! Thanks for your work. |
One other thing - there are some words in the exceptions list that look a bit strange to me, like |
Welcome. |
Why don't you just update the README, and then come back to fixing the spellchecker when you have time? |
Will do |
Updated the README. |
Thanks! Can you just add |
Using gem middleman-spellcheck Added allowed wordlist Added info to README
Welcome |
Added spellchecking during build
Using gem middleman-spellcheck
Added allowed wordlist
Added info to README
Fixes #948.